Welcome![Sign In][Sign Up]
Location:
Search - tcp http

Search list

[Internet-Networkscanport

Description: 常用的端口扫描技术有很多种,如 TCP connect() 扫描 、TCP SYN 扫描、TCP FIN 扫描 等,网络上也有很多文章专门介绍,比如 :http://www.antai-genecon.com/suml/zhishiyy/jingong/duankougj.htm 上就介绍了很多我的程序 所使用的最基本的扫描技术:TCP 扫描-Port scanning technique commonly used there are many, such as the TCP connect () scanning, TCP SYN scanning, TCP FIN scanning, network, there are many articles devoted to, for example: http://www.antai-genecon.com/suml/zhishiyy/jingong/duankougj.htm on introducing many of my procedures used by the most basic scanning techniques: TCP scanning
Platform: | Size: 30720 | Author: zhang | Hits:

[Delphi VCLjkdelphi

Description: 传圣(测试版)说明 本软件适用于装有IP/TCP协议的电脑. 主要功能:电脑间传送大型文件.(如电影等) 主要特点: 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能. 6.为了提高效率,本软件做得短小精悍,两文件总共只有100K,直截运行,不用安装. 7.麻雀虽小,但五脏俱全,功能多,操作方便. 使用方法: 在服务端加入要传文件,客户端输入服务端IP地址(服务端运行后会显示),点击连接,即会显示服务端文件,双击即可下载! 现在是测试版,欢迎多提意义. 注意: 文件下载后自己动存在客房端软件的目录下!! zmpapaya@hotmail.com http://h2osky.126.com 赵明 2002.8.21 -err
Platform: | Size: 17408 | Author: 刘壮 | Hits:

[GUI DevelopAppFace_ddooo

Description: 正在进行软件界面开发? 想美化软件界面 ? 想寻找换肤工具增添软件换肤功能 ? AppFace软件皮肤界面开发包是您的最佳选择!AppFace UI Developoment Kits,简称 AUDK,是所见及所得的软件界面开发解决方案,包括皮肤控件appface.dll,可视化的软件皮肤制作工具SkinTool,以及全中文帮助文档。两行代码实现软件换肤功能 ! 您只需在进程启动时执行: SkinStart("c:\yourpath\yoururf.urf",0,0,1,0,0) 在进程结束前执行: SkinRemove() 编译...一切搞掂, 软件界面美化工作完成了 ! 换肤控件appface.dll只有210 KB,支持VB,VC,BCB,Delphi,DotNet,可在Windows 95/98/ME/NT/2X/XP/2003等平台下运行,还有众多的皮肤界面包可以从 http://cn.appface.com 免费下载。 使用 AppFace 软件皮肤界面开发库,将烦琐的皮肤软件界面开发变得简单 ! -err
Platform: | Size: 3140608 | Author: honghong | Hits:

[Linux-Unixaccess

Description: vlc源码,大量的access模块,如file、http、dvd、ftp、smb、tcp、dshow、mms、v4l…等等 -vlc source code, a large number of access modules, such as file, http, dvd, ftp, smb, tcp, dshow, mms, v4l ..., etc.
Platform: | Size: 506880 | Author: danway | Hits:

[Linux-Unixuip0.9uip1.0

Description: uip(uip 0.9 and uip 1.0)源代码。实现tcp/ip,udp,dhcp,http,icmp等。-uip 0.9 and uip 1.0 uip handle a single network interface and contains only a rudimentary UDP implementation,but focuses on the IP, ICMP and TCP protocols. uIP is written in the C programming language.
Platform: | Size: 3435520 | Author: yangzhidong | Hits:

[TCP/IP stackTCPIPVolume3

Description: TCPIP详解卷三:TCP事务协议,HTTP,NNTP和UNIX域协议 -TCPIP Detailed卷三: TCP Service protocol, HTTP, NNTP and the UNIX-domain protocol
Platform: | Size: 9501696 | Author: 宋丹 | Hits:

[Internet-NetworkTCPIP

Description: 一个tcp/ip协议栈,实现了包括arp、tcp、udp、http、ftp、动态分配IP等协议-A tcp/ip protocol stack, including the realization of the arp, tcp, udp, http, ftp, such as dynamic allocation of IP agreements
Platform: | Size: 1141760 | Author: zhoufen | Hits:

[Software EngineeringTCP、IP

Description: 题目1 FTP客户端与服务器端设计 题目2 邮件服务系统设计 题目3 HTTP通信系统设计-Title 1 FTP client and server-side design Title 2 mail service system design Title 3 HTTP communication system design
Platform: | Size: 10240 | Author: 古月 | Hits:

[VC/MFCVC6SocketsAPI

Description: 用VC++6.0的Sockets API实现一个聊天室程序.txt   VC++对网络编程的支持有socket支持,WinInet支持,MAPI和ISAPI支持等。其中,Windows Sockets API是TCP/IP网络环境里,也是Internet上进行开发最为通用的API。最早美国加州大学Berkeley分校在UNIX下为TCP/IP协议开发了一个API,这个API就是著名的Berkeley Socket接口(套接字)。在桌面操作系统进入Windows时代后,仍然继承了Socket方法。在TCP/IP网络通信环境下,Socket数据传输是一种特殊的I/O,它也相当于一种文件描述符,具有一个类似于打开文件的函数调用-socket()。可以这样理解:Socket实际上是一个通信端点,通过它,用户的Socket程序可以通过网络和其他的Socket应用程序通信。Socket存在于一个"通信域"(为描述一般的线程如何通过Socket进行通信而引入的一种抽象概念)里,并且与另一个域的Socket交换数据。Socket有三类。第一种是SOCK_STREAM(流式),提供面向连接的可靠的通信服务,比如telnet,http。第二种是SOCK_DGRAM(数据报),提供无连接不可靠的通信,比如UDP。第三种是SOCK_RAW(原始),主要用于协议的开发和测试,支持通信底层操作,比如对IP和ICMP的直接访问。 -VC++6.0 using the Sockets API procedures for the realization of a chat room. Txt VC++ on the support network programming socket support, WinInet support, MAPI and ISAPI support. One, Windows Sockets API is TCP/IP network environment, but also for the development of Internet, the most common API. The first University of California, Berkeley campus in UNIX for the TCP/IP protocol has developed an API, the API is well-known Berkeley Socket interface (socket). Into the Windows desktop operating system in the era after the Socket method inherited. In the TCP/IP network communication environment, Socket data transmission is a special kind of I/O, it is equivalent to a file descriptor, open the file with a similar function call in-socket (). Can interpret it this way: Socket is a communication endpoint, through which users can program the Socket and other network applications of Socket Communications. Socket exist in a "communication domain" (as described in the general thread o
Platform: | Size: 3072 | Author: 李涛 | Hits:

[Linux-Unixmsdl-1.2.4-r1.tar

Description: linux下流媒体下载程序代码,可下载mms,http,rtsp,ftp等-This program is to download multimedia streaming files. Currently it supports following protocols. * mmst (Microsoft Media Server over TCP) * mmsh (MMS over HTTP) * http (Hyper Text Transfer Protocol) * real-rtsp (Real Time Streaming Protocol/Real/helix) * wms-rtsp (Real Time Streaming Protocol/WMServer ) * ftp (File Transfer Protocol)
Platform: | Size: 196608 | Author: 中交星网 | Hits:

[JSP/Javajpcapdump

Description: 本程序用来实现对网络流量的获取及分析功能。可以分离出tcp/udp报文,http协议,ftp协议,snmp协议等。-This procedure used to achieve access and network traffic analysis. Can be isolated from tcp/udp packet, http protocol, ftp protocol, snmp agreement.
Platform: | Size: 146432 | Author: 刘明 | Hits:

[VC/MFCVisualC

Description: 书名《Visual C++ 网络高级编程>内容简介:本书在对Visual C 各种编程技术和TCP/IP进行系统介绍的基础上,重点讲解网络编程的高级应用、使用技巧和难点。包括基本网络编程技术,Telnet协议的实现,HTTP协议的实现,FTP协议的实现,文件下载,UDP协议的实现,ICMP协议的实现,PPP协议的实现,代理服务器的实现,ATL、DCOM、ActiveX技术,网络安全,多媒体网络编程等。 对于每个主题,书中都给出其开发要领及应用的实例和技巧,本书主要面向具有一定Visual C 网络编程基础并希望深入研究网络编程技术的读者。 ISDN:7115095639 第一章 TCP/IP协议 第二章 Winsock网络编程接口 第三章 Visual C 与网络编程 第四章 基本网络编程技术 第五章 Telnet协议的实现 第六章 HTTP协议的实现 第七章 FTP协议的实现 第八章 文件下载 第九章 UDP协议的实现 第十章 ICMP协议的实现 第十一章 PPP协议的实现 第十二章 代理服务器的实现 第十三章 ATL、DCOM和ActiveX技术 第十四章 网络安全 附录1 RFC文档分类-The title of " Visual C network of high-level programming" Description: The book of Visual C a variety of programming technologies and TCP/IP system introduced on the basis of the focus on advanced applications of network programming, the use of skills and difficulties. Including basic network programming technology, Telnet to achieve agreement, HTTP protocol to achieve, FTP to achieve agreement, document download, UDP protocol to achieve, ICMP protocol to achieve, PPP agreements achieved, the realization of a proxy server, ATL, DCOM, ActiveX technology, network security, multimedia and other network programming.
Platform: | Size: 19465216 | Author: 陈玲 | Hits:

[Internet-NetworkVBSocketProgramming

Description: Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SNMP SNMP Trap SSH IP2Country Wake On Lan Telnet HTTP-POST FTP DNS, RSH, UDP, NTP-Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SNMP SNMP Trap SSH IP2Country Wake On Lan Telnet HTTP-POST FTP DNS, RSH, UDP, NTP..
Platform: | Size: 84992 | Author: ecqu | Hits:

[ARM-PowerPC-ColdFire-MIPSmcb2300_http_demo

Description: lpc2368 http demo for Keil RVW compiler with RL lib
Platform: | Size: 151552 | Author: HieuNguyen | Hits:

[Communication-Mobilewldh

Description: 采用GSM语音格式,2.2KB/s的数据流量,支持HTTP, Socks4/5单一代理或二者同时代理,TCP连接.-it s very useful to you
Platform: | Size: 14336 | Author: zz | Hits:

[Internet-Networkudpxy-1.0-Chipmunk-12

Description: small-footprint UNIX/Linux daemon to relay multicast UDP traffic to client s TCP (HTTP) connection
Platform: | Size: 96256 | Author: chenchen | Hits:

[TCP/IP stackTCPIP_Illustrated_V3

Description: 《TCP/IP详解,卷3》第三卷的内容细节覆盖了当今TCP/IP编程人员和网络管理员必须熟练掌握的四个基本方面: T/TCP (TCP事务协议) HTTP (超文本传送协议) NNTP (网络新闻传送协议 UNIX域协议 与前面两卷一样,本书有丰富的例子和实现的细节,他们都是4.4BSD-Lite中的网络代码。 -" TCP/IP Detailed, Volume 3" Volume III covers the details of today' s TCP/IP programmers and network administrators need to master the four basic aspects: T/TCP (TCP Service Agreement) HTTP (Hyper Text Transfer Protocol) NNTP (Network News Transfer Protocol UNIX domain agreement with the previous two volumes, this book has a wealth of examples and details of the realization that they are in the 4.4BSD-Lite networking code.
Platform: | Size: 8555520 | Author: gadfly | Hits:

[P2PP2PServerManager

Description: 包括Tcp,Http通信的,以及结合树型控件之间拖动,上传,下载的C/C++源码.从本网站参考的树型控件代码,进行组合修改之后的功能更强大的控件通信管理端代码.-it is very good commu&mfc software!
Platform: | Size: 134144 | Author: 陈青 | Hits:

[TCP/IP stackGuiWakeOnLanPrj-v1.1

Description: 是一个基于JPCAP的JAVA管理程序,同时还包括了一部分SNMP的功能,包括PING,端口扫描,SNIFFER等!-This software need a Java virtual machine installed on your computer. The minimal version needed is 5. In order to download a Java VM you can go to http://java.sun.com. If you want to check the current version running on your system, simply open a console window and type : java-version If you get no anwser then you have no Java, if the version is bellow 1.5 then you ve an inappropriate version of Java for this software.
Platform: | Size: 481280 | Author: 周瑞莉 | Hits:

[TCP/IP stacktcpick

Description: tcpick is a textmode sniffer libpcap-based that can track, reassemble and reorder tcp streams. Tcpick is able to save the captured flows in different files or displays them in the terminal, and so it is useful to sniff files that are transmitted via ftp or http. It can display all the stream on the terminal, when the connection is closed in different display modes like hexdump, hexdump + ascii, only printable charachters, raw mode and so on. Available a color mode too, helpful to read and understand better the output of the program. Actually it can handle several interfaces, including ethernet cards and ppp. It is useful to keep track of what users of a network are doing, and is usable with textmode tools like grep, sed, awk.-tcpick is a textmode sniffer libpcap-based that can track, reassemble and reorder tcp streams. Tcpick is able to save the captured flows in different files or displays them in the terminal, and so it is useful to sniff files that are transmitted via ftp or http. It can display all the stream on the terminal, when the connection is closed in different display modes like hexdump, hexdump+ ascii, only printable charachters, raw mode and so on. Available a color mode too, helpful to read and understand better the output of the program. Actually it can handle several interfaces, including ethernet cards and ppp. It is useful to keep track of what users of a network are doing, and is usable with textmode tools like grep, sed, awk.
Platform: | Size: 95232 | Author: Gary | Hits:
« 1 2 3 4 56 7 8 9 10 ... 21 »

CodeBus www.codebus.net